Next | Prev | Up | Top | Contents | Index

Taking Control of Devices

When your program needs direct control of a device, you have the following choices:

In the remaining case, you have a device with no driver. In this case you must create a device driver. This process is documented in the IRIX Device Driver Programmer's Guide, which contains extensive information and sample code (see "Other Useful Books" on page xxiii).


Next | Prev | Up | Top | Contents | Index